home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 4 / CDPD_IV.bin / utilities / archive / aii / install reqtools < prev   
Encoding:
Text File  |  1994-06-22  |  445 b   |  25 lines

  1. FailAt 20
  2.  
  3.   Ask "Would you like to install reqtools.library?"
  4.   if not warn
  5.     skip NOREQ
  6.   endif
  7.  
  8. If exists libs:reqtools.library
  9.     Echo "reqtools.library already installed. This version was found:"
  10.     Version LIBS:reqtools.library
  11. endif
  12.     Ask "Would you like to install v38.39 of reqtools.library?"
  13.     if not warn
  14.         skip NOREQ
  15.     endif
  16.     copy :tools/libs/reqtools.library LIBS: quiet
  17.  
  18. echo "*nInstallation completed."
  19. echo ""
  20.  
  21. Lab NOREQ
  22. Lab END
  23. wait 2
  24.  
  25.